home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 8 / developer source - volume 8.iso / delph / jun96 / fungf102.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  45.5 KB  |  373x306  |  8-bit (131 colors)
   ocr: Method Description Create Create is the thread constructor. Destroy Destroy is the thread destructor. Dolerminate Dolerminate calls the Onlerminote event handler, if one exists. Dolerminate executes as port of the thread, as opposed to Onlerminate, which executes as part of the process. Iti is unusual to override this method. Execute Execute is a virtual, abstract method that you over- ride to specity the thread's behavior. Do not call this method; it is automatically called by the constructor. Resume Kesumes execution of a suspended thread. Suspend Suspends execution of a thread. Synchronize ...